From d51aa79608db9362b07d01957184bf56e1ed3b29 Mon Sep 17 00:00:00 2001 From: Andrew Innes Date: Wed, 6 Dec 2000 14:54:06 +0000 Subject: [PATCH] (lisp): Set to an absolute directory, namely $(CURDIR). --- lisp/makefile.w32-in | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/lisp/makefile.w32-in b/lisp/makefile.w32-in index 9787ae037f1..0c996515a29 100644 --- a/lisp/makefile.w32-in +++ b/lisp/makefile.w32-in @@ -27,8 +27,7 @@ all: $(ALL) SQUOTE=' # ' -#lisp=$(MAKEDIR:\=/) -lisp=. +lisp = $(CURDIR) # You can specify a different executable on the make command line, # e.g. "make EMACS=../src/emacs ...". -- 2.30.2